what is the difference of ( and { in C

Posted by Wast334 on Stack Overflow See other posts from Stack Overflow or by Wast334
Published on 2010-05-06T00:10:57Z Indexed on 2010/05/06 0:18 UTC
Read the original article Hit count: 117

Filed under:
|
|

is correct to do....

if (a==b) { return 0; }

or

if {a==b} ( return 0; )

plz help, it's urgent i am writing a game for my friend's assignment

© Stack Overflow or respective owner

Related posts about c

    Related posts about brace